Charting for WinForms Programmer's Guide
Utils.Format Method
See Also
 






Returns a string representing the specified array.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public static string Format (
    float[] a
)

Visual Basic  Copy Code

Public Shared Function Format( _
    a() As Single _
) As String

 Parameters

a

An array with floating point numbers.

 Return Value

A comma-delimited string representing the specified array.

 See Also

Utils Members
Utils Class
MindFusion.Gauges Namespace